home *** CD-ROM | disk | FTP | other *** search
/ Power Tools 1993 October - Disc 2 / Power Tools (Disc 2)(October 1993)(HP).iso / hotlines / network / hprout / docppp.txt < prev    next >
Text File  |  1993-05-12  |  4KB  |  95 lines

  1.  
  2. --------------------------------------------------------------------------------
  3.                   Configuring HP's Router to Interoperate
  4.                  via PPP with other Major Vendor's Routers
  5.  
  6. Cisco
  7. -----
  8.  
  9. - To set up the HP router to interoperate via PPP with a Cisco router
  10.   the following fields must be changed from their defaults:
  11.  
  12.   - In the Circuits menu for the PPP circuit the "LQM Time (secs) :" field must
  13.     be set to 0.  This disables link-quality-monitoring which is not
  14.     supported by Cisco.
  15.  
  16.   - In the Circuits menu for the PPP circuit the "Extended (32-bit) CRC :"
  17.     field must be set to NO.  Cisco does not support extended CRCs.
  18.  
  19.   - The last thing that must be done is to configure the Cisco IP address as
  20.     an "Adjacent Host".  This must be done due to the fact that Cisco
  21.     does not support the IP Control Protocol (IPCP) option to negotiate
  22.     IP-Addresses.  To configure the Cisco IP address as an "Adjacent Host",
  23.     configure the following in the "Static Routes" menu which under the
  24.     "DoD Internet Router" menu on the HP router:
  25.  
  26.     Internet Address : Cisco IP address
  27.     Type : Adjacent Host
  28.  
  29.     LAN Address   : <CR>                   Subnet Mask : IP subnet mask
  30.     Encapsulation : Ethernet
  31.  
  32. 3Com
  33. ----
  34.  
  35. - To set up the HP router to interoperate via PPP with a 3Com router
  36.   the following fields must be changed from their defaults:
  37.  
  38.   - In the Circuits menu for the PPP circuit the "LQM Time (secs) :" field must
  39.     be set to 0.  This disables link-quality-monitoring which is not
  40.     supported by 3Com.
  41.  
  42.   - In the Circuits menu for the PPP circuit the "Extended (32-bit) CRC :"
  43.     field must be set to NO.  3Com claims to support extended CRC, but
  44.     when it was configured the box kept sending frames with 16 bit CRCs.
  45.  
  46. Proteon
  47. -------
  48.  
  49. - To set up the HP router to interoperate via PPP with a Proteon router
  50.   the following fields must be changed from their defaults:
  51.  
  52.   - In the Circuits menu for the PPP circuit the "LQM Time (secs) :" field must
  53.     be set to 0.  This disables link-quality-monitoring which is not
  54.     supported by Proteon.
  55.  
  56.   - In the Circuits menu for the PPP circuit the "Extended (32-bit) CRC :"
  57.     field must be set to NO.  Proteon does not support extended CRCs.
  58.  
  59.   - The Proteon IP address must be configured as an "Adjacent Host".
  60.     This must be done due to the fact that even though Proteon claims
  61.     to support the IP Control Protocol (IPCP) option to negotiate
  62.     IP-Addresses I was unable to get it function correctly.  As a result, I
  63.     had to turn off the IPCP address negotiation on the Proteon and
  64.     configure it as an "Adjacent Host".  To configure the Proteon IP address
  65.     as an "Adjacent Host", configure the following in the "Static Routes"
  66.     menu which under the "DoD Internet Router" menu on the HP router:
  67.  
  68.     Internet Address : Proteon IP address
  69.     Type : Adjacent Host
  70.  
  71.     LAN Address   : <CR>                   Subnet Mask : IP subnet mask
  72.     Encapsulation : Ethernet
  73.  
  74.     In addition, the IP address in the PPP menu must be set to 0.0.0.0 in
  75.     order for IPCP to come up.  Note, only the IP address in the PPP menu
  76.     must be set to 0.0.0.0 NOT the IP address in the "DoD Internet Router"
  77.     menu.
  78.  
  79. Other Routers in General
  80. ------------------------
  81.  
  82. - In general, to interoperate via PPP with other routers the following must
  83.   be considered:
  84.  
  85.   - If the other router does not support LQM, then in the Circuits menu for
  86.     the PPP circuit the "LQM Time (secs) :" field must be set to 0.
  87.     This disables link-quality-monitoring.
  88.  
  89.   - If the other router does not support extended CRCs, then in the Circuits
  90.     menu for the PPP circuit the "Extended (32-bit) CRC :" field must be set
  91.     to NO.
  92.  
  93.   - If the other router does not support the IP Control Protocol (IPCP) option
  94.     to negotiate IP-Addresses, then its IP-Address must be configured as an
  95.     adjacent host.